home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Metabee.bin / pc / assets / metabee.dxr / 00003_Script_3 < prev    next >
Text File  |  2001-12-07  |  216b  |  13 lines

  1. global scorez, hit, missed, bullets, randomvalue, startingpoint
  2.  
  3. on mouseUp me
  4.   scorez = 0
  5.   startingpoint = 0
  6.   randomvalue = 50
  7.   bullets = 20
  8.   missed = 0
  9.   hit = 0
  10.   go to frame "start_of_game"
  11. end
  12.  
  13.